3.1.80 \(\int x^4 (a+b x) (A+B x) \, dx\) [80]

Optimal. Leaf size=33 \[ \frac {1}{5} a A x^5+\frac {1}{6} (A b+a B) x^6+\frac {1}{7} b B x^7 \]

[Out]

1/5*a*A*x^5+1/6*(A*b+B*a)*x^6+1/7*b*B*x^7

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 33, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.071, Rules used = {77} \begin {gather*} \frac {1}{6} x^6 (a B+A b)+\frac {1}{5} a A x^5+\frac {1}{7} b B x^7 \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^4*(a + b*x)*(A + B*x),x]

[Out]

(a*A*x^5)/5 + ((A*b + a*B)*x^6)/6 + (b*B*x^7)/7

Rule 77

Int[((d_.)*(x_))^(n_.)*((a_) + (b_.)*(x_))*((e_) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*
x)*(d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, d, e, f, n}, x] && IGtQ[p, 0] && (NeQ[n, -1] || EqQ[p, 1]) && N
eQ[b*e + a*f, 0] && ( !IntegerQ[n] || LtQ[9*p + 5*n, 0] || GeQ[n + p + 1, 0] || (GeQ[n + p + 2, 0] && Rational
Q[a, b, d, e, f])) && (NeQ[n + p + 3, 0] || EqQ[p, 1])

Rubi steps

\begin {align*} \int x^4 (a+b x) (A+B x) \, dx &=\int \left (a A x^4+(A b+a B) x^5+b B x^6\right ) \, dx\\ &=\frac {1}{5} a A x^5+\frac {1}{6} (A b+a B) x^6+\frac {1}{7} b B x^7\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 33, normalized size = 1.00 \begin {gather*} \frac {1}{5} a A x^5+\frac {1}{6} (A b+a B) x^6+\frac {1}{7} b B x^7 \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^4*(a + b*x)*(A + B*x),x]

[Out]

(a*A*x^5)/5 + ((A*b + a*B)*x^6)/6 + (b*B*x^7)/7

________________________________________________________________________________________

Maple [A]
time = 0.01, size = 28, normalized size = 0.85

method result size
default \(\frac {a A \,x^{5}}{5}+\frac {\left (A b +B a \right ) x^{6}}{6}+\frac {b B \,x^{7}}{7}\) \(28\)
norman \(\frac {b B \,x^{7}}{7}+\left (\frac {A b}{6}+\frac {B a}{6}\right ) x^{6}+\frac {a A \,x^{5}}{5}\) \(29\)
gosper \(\frac {1}{7} b B \,x^{7}+\frac {1}{6} x^{6} A b +\frac {1}{6} x^{6} B a +\frac {1}{5} a A \,x^{5}\) \(30\)
risch \(\frac {1}{7} b B \,x^{7}+\frac {1}{6} x^{6} A b +\frac {1}{6} x^{6} B a +\frac {1}{5} a A \,x^{5}\) \(30\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^4*(b*x+a)*(B*x+A),x,method=_RETURNVERBOSE)

[Out]

1/5*a*A*x^5+1/6*(A*b+B*a)*x^6+1/7*b*B*x^7

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 27, normalized size = 0.82 \begin {gather*} \frac {1}{7} \, B b x^{7} + \frac {1}{5} \, A a x^{5} + \frac {1}{6} \, {\left (B a + A b\right )} x^{6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4*(b*x+a)*(B*x+A),x, algorithm="maxima")

[Out]

1/7*B*b*x^7 + 1/5*A*a*x^5 + 1/6*(B*a + A*b)*x^6

________________________________________________________________________________________

Fricas [A]
time = 1.72, size = 27, normalized size = 0.82 \begin {gather*} \frac {1}{7} \, B b x^{7} + \frac {1}{5} \, A a x^{5} + \frac {1}{6} \, {\left (B a + A b\right )} x^{6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4*(b*x+a)*(B*x+A),x, algorithm="fricas")

[Out]

1/7*B*b*x^7 + 1/5*A*a*x^5 + 1/6*(B*a + A*b)*x^6

________________________________________________________________________________________

Sympy [A]
time = 0.01, size = 29, normalized size = 0.88 \begin {gather*} \frac {A a x^{5}}{5} + \frac {B b x^{7}}{7} + x^{6} \left (\frac {A b}{6} + \frac {B a}{6}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**4*(b*x+a)*(B*x+A),x)

[Out]

A*a*x**5/5 + B*b*x**7/7 + x**6*(A*b/6 + B*a/6)

________________________________________________________________________________________

Giac [A]
time = 1.43, size = 29, normalized size = 0.88 \begin {gather*} \frac {1}{7} \, B b x^{7} + \frac {1}{6} \, B a x^{6} + \frac {1}{6} \, A b x^{6} + \frac {1}{5} \, A a x^{5} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4*(b*x+a)*(B*x+A),x, algorithm="giac")

[Out]

1/7*B*b*x^7 + 1/6*B*a*x^6 + 1/6*A*b*x^6 + 1/5*A*a*x^5

________________________________________________________________________________________

Mupad [B]
time = 0.05, size = 28, normalized size = 0.85 \begin {gather*} \frac {B\,b\,x^7}{7}+\left (\frac {A\,b}{6}+\frac {B\,a}{6}\right )\,x^6+\frac {A\,a\,x^5}{5} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^4*(A + B*x)*(a + b*x),x)

[Out]

x^6*((A*b)/6 + (B*a)/6) + (A*a*x^5)/5 + (B*b*x^7)/7

________________________________________________________________________________________